Rearrange and pack hash table fields to reduce space
authorMattias Engdegård <mattiase@acm.org>
Tue, 6 Feb 2024 14:23:53 +0000 (15:23 +0100)
committerMattias Engdegård <mattiase@acm.org>
Tue, 6 Feb 2024 14:23:53 +0000 (15:23 +0100)
commit05e3183ede3a08993a7d209fb14153abaed0c74e
tree75cf18365469d5d08ee32c6fee692b028796c2cb
parente66870400d45e3d08265df9f6acd4631a5712139
Rearrange and pack hash table fields to reduce space

* src/lisp.h (struct Lisp_Hash_Table): Move and reduce width of fields
where possible; this saves an entire word at no apparent cost.
src/lisp.h